From 2ac232d267bd22c711fd4707526fbe3fe786f69d Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sun, 12 Jul 2009 21:54:48 +0200 Subject: [PATCH] Removing osm-char-int-cast-bug-fix patch. I hope that it was needed on arm only. --- debian/patches/osm-char-int-cast-bug-fix | 24 ------------------------ debian/patches/series | 1 - 2 files changed, 25 deletions(-) delete mode 100644 debian/patches/osm-char-int-cast-bug-fix diff --git a/debian/patches/osm-char-int-cast-bug-fix b/debian/patches/osm-char-int-cast-bug-fix deleted file mode 100644 index 9191555fa..000000000 --- a/debian/patches/osm-char-int-cast-bug-fix +++ /dev/null @@ -1,24 +0,0 @@ -osm.c: ikey is returned as int - -Don't cast to char and back without a reason. - ---- a/osm.c -+++ b/osm.c -@@ -443,7 +443,7 @@ osm_features_init(void) - } - - --static char -+static int - osm_feature_ikey(const char *key) - { - int result; -@@ -535,7 +535,7 @@ osm_node_tag(const char *args, const cha - const char **avp = &attrv[0]; - const char *key = "", *value = ""; - char *str; -- char ikey; -+ int ikey; - - while (*avp) { - if (strcmp(avp[0], "k") == 0) diff --git a/debian/patches/series b/debian/patches/series index 33ddbde08..a1da4911d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ xmldoc_formats_garmin_gpi -osm-char-int-cast-bug-fix no-gpsbabel-pdf -- 2.30.2